@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

* {
    margin: 0px !important;
    padding: 0px !important;
    font-family: 'Poppins', sans-serif;
    
}

#page1 .contact_banner img{
    width: 100vw !important;
    height: 200px !important;
    object-fit: fill !important;
    position: relative !important;
    top: -50px !important;
    z-index: 1 !important;
}
.contact_banner_head{
    z-index: 999 !important;
}
.organic_breadcrum{
    z-index: 999 !important;
    width: 260px !important;
    position: relative !important;
    top: -130px !important;
    left: 80%;
    border-radius: 10px !important;
}

/* garbage page */
#garbage_page2 {
    width: 100vw !important;
    height: auto !important; /* Adjusted to be flexible with content */
    padding: 40px 80px !important;
    position: relative !important;
    /* top: -272px !important; */
    background: linear-gradient(to right, #ff4e00, #0066ff); /* Gradient background */
    color: #ffffff; /* White text for better contrast */
   /* Soft rounded corners */
}

.garbage_heading {
    margin-bottom: 20px !important;
    font-size: 2.5em !important;
    font-weight: bold;
    color: #ffffff; /* White text */
}

.garbage_advantage {
    margin-top: 30px !important;
    padding: 20px 0px !important;
    font-size: 1.5em !important;
    color: #ffffff; /* White text */
}

.garbage_para {
    padding-top: 10px !important;
    font-size: 1.2em !important;
    line-height: 1.5 !important;
}

.garbage_para i {
    color: #28a745; /* Green for the icons */
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    #garbage_page2 {
        width: 100vw !important;
        height: auto !important;
        padding: 20px 10px !important;
        position: relative !important;
        /*top: -558px !important;*/
    }

    .garbage_heading {
        font-size: 2em !important;
    }

    .garbage_advantage {
        font-size: 1.2em !important;
    }

    .garbage_para {
        font-size: 1em !important;
    }

    .garbage_para i {
        font-size: 1.5em !important;
    }
}


.ecsol{
    width: 100vw !important;
    position: relative !important;
    /* top: -250px !important; */
}
.ecsol h3{
    margin: 0px 10px !important;
    padding: 10px 20px !important;
}
.ecsol p{
    margin: 0px 10px !important;
    padding: 10px 20px !important;
}
/* garbage page 3 */

.garbage_page3 {
    width: 100vw !important;
    height: 550px !important; /* Flexible height */
    display: flex !important;
    /* background-color: rgba(0, 0, 0, 0.05); Light background for better contrast */
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important; /* Added padding for spacing */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    position: relative !important;
    /* top: -300px !important; */
    margin: 30px 0px !important;
}

.vertical-btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-color: #28a745; /* Bootstrap success color */
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border-radius: 8px 0 0 8px;
    writing-mode: vertical-rl; /* Vertical text */
    text-orientation: mixed;
    z-index: 9999;
    transition: background-color 0.3s;
    height: 20%;
}

.vertical-btn:hover {
    background-color: #218838; /* Darker green on hover */
}


.garbage_ul{
    width: 100vw !important;
    height: 300px !important; /* Flexible height */
    display: flex !important;
    /* background-color: rgba(0, 0, 0, 0.05); Light background for better contrast */
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important; /* Added padding for spacing */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
    position: relative !important;
    /* top: -300px !important; */
    margin: 30px 0px !important; 
}

.garbage_page3_box {
    width: 45vw !important;
    height: 550px !important;
    background-color: #ffffff;
    border-radius: 10px; /* Rounded corners */
    padding: 10px 0px !important;
}

.garbage_page3_box img {
    width: 90% !important; /* Reduced width of the image */
    height: 90% !important;
    object-fit: contain !important;
     padding: 30px 30px !important; 
     /* Center the image */
}

.garbage_ul_box {
 width: 45vw !important;
    height: 300px !important;
    background-color: #ffffff;
    border-radius: 10px; /* Rounded corners */
     padding: 20px 20px !important; 
}

.garbage_ul_box img {
    width: 70% !important; /* Reduced width of the image */
    height: 70% !important;
    object-fit: contain !important;
      
}

.garbage_page3_box h2 {
    font-size: 2em !important;
    color: #0066ff; /* Blue heading */
    font-weight: bold;
    padding-bottom: 15px;
}

.garbage_page3_box p {
    font-size: 1.1em !important;
    line-height: 1.6 !important;
    padding: 8px 0 !important;
    color: #333; /* Dark text for better readability */
   
}

.garbage_page3_box i {
    color: #28a745; /* Green for icons */
    margin-right: 10px;
    
}

@media only screen and (max-width: 600px) {
    .garbage_page3 {
        width: 100vw !important;
        height: auto !important;
        position: relative !important;
        /*top: -585px !important;*/
        display: flex !important;
        flex-direction: column !important;
        background-color: rgba(0, 0, 0, 0.05);
        align-items: center !important;
        justify-content: center !important;
        padding: 10px !important;
    }

    .garbage_page3_box {
        width: 100vw !important;
        height: auto !important;
        margin-bottom: 20px !important;
        padding: 10px 10px !important;
    }

    .garbage_page3_box h2 {
        font-size: 1.8em !important;
    }

    .garbage_page3_box p {
        font-size: 1em !important;
    }

    .garbage_page3_box img {
        height: auto !important;
        width: 100% !important;
    }
}


.organic_feature {
    width: 100vw !important;
    height: 450px !important;
    position:  relative !important;
    /* top: -188px !important; */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.organic_feature_box {
    width: 40vw !important;
    height: 450px !important;
    /* background-color: aliceblue; */
}

.organic_feature_box h4 {
    padding: 25px 20px !important;
    font-size: 20px !important;
}

.organic_feature_box p {
    padding: 5px 20px !important;
}


.debris_top {
    width: 100vw !important;
    height: 400px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.debris_top_l {
    width: 60vw !important;
    height: 300px !important;
    background-color: rgba(0, 0, 0, 0.03);

}

.debris_top_l h1 {
    padding: 20px 30px !important;
    font-size: 30px !important;
}

.debris_top_l p {
    padding: 10px 30px !important;
}

.debris_top_r {
    width: 30vw !important;
    height: 300px !important;
}


.debris_bottom {
    width: 100vw !important;
    height: 600px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.debris_bottom_l {
    width: 40vw !important;
    height: 550px !important;
    background-color: rgba(0, 0, 0, 0.03);
}

.debris_bottom_l p {
    padding: 5px 25px !important;
}

.debris_bottom_r {
    width: 40vw !important;
    height: 550px !important;
    background-color: rgba(0, 0, 0, 0.013);
}


@media only screen and (max-width: 600px) {
    .organic_feature {
        width: 100vw !important;
        height: 90vh !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        /*top: 230px !important;*/
    }
    .o_f_one{
        height: 30vh !important;
        width: 100vw !important;
    }
    .o_f_two{
        width: 100vw !important;
        height: 55vh !important;
    }
    .organic_feature_box {
       
        background-color: aliceblue;
    }
    .debris_top {
        width: 100vw !important;
        height: 400px !important;
        position: relative !important;
        top: 88px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .debris_top_l {
        width: 100vw !important;
        height: 400px !important;
        background-color: rgba(0, 0, 0, 0.03);

    }

    .debris_top_r {
        width: 90vw !important;
        height: 300px !important;
        background-color: aqua;
    }


    .debris_bottom {
        width: 100vw !important;
        height: 1068px !important;
        position: relative !important;
        top: 113px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .debris_bottom_l {
        width: 100vw !important;
        height: 632px !important;
        background-color: rgba(0, 0, 0, 0.03);
    }

    .debris_bottom_r {
        width: 100vw !important;
        height: 272px !important;
        background-color: rgba(0, 0, 0, 0.013);
    }

}

/* organic page styling */
.organic_page3 {
    width: 100vw !important;
    height: 650px !important;
    display: flex !important;
    /* background-color: #f7f7f7; */
    align-items: center !important;
    justify-content: center !important;
    padding: 20px 20px !important;
    flex-wrap: wrap; /* Allow wrapping for smaller screens */
    position: relative !important;
    /* top: -200px !important; */
}

.organic_page3_box {
    width: 45% !important;
    height: 650px !important;
    background-color: #ffffff;
    border-radius: 15px; /* More rounded corners for a modern look */
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); /* Deeper shadow for better depth */
    padding: 30px !important;
    margin: 20px !important;
    display: flex;
    flex-direction: column; /* Align items vertically within each box */
    justify-content: flex-start;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; /* Smooth transition */
}

.organic_page3_box:hover {
    transform: translateY(-10px); /* Subtle hover effect */
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15); /* Enhance shadow on hover */
}

.organic_page3_box img {
    width: 75% !important; /* Slightly smaller image */
    height: auto !important;
    object-fit: contain !important;
    display: block;
    margin: 0 auto 20px; /* Center the image and add space below */
    transition: transform 0.3s ease-in-out; /* Smooth image zoom effect */
}

.organic_page3_box img:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
}

.organic_page3_box h2 {
    font-size: 2.8em !important;
    font-weight: 600;
    color: #0066ff; /* Brand color */
    margin-bottom: 20px;
    font-family: 'Roboto', sans-serif; /* Modern font for heading */
    letter-spacing: 1px; /* Slight spacing for a professional look */
}

.organic_page3_box p {
    font-size: 1.1em !important;
    line-height: 1.8 !important;
    color: #333; /* Dark text for readability */
    padding: 12px 0 !important;
    font-family: 'Arial', sans-serif; /* Clean font for text */
}

.organic_page3_box i {
    color: #28a745; /* Green for icons */
    margin-right: 10px;
}

@media only screen and (max-width: 600px) {
    .organic_page3 {
        width: 100vw !important;
        height: auto !important;
        position: relative !important;
        top: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 20px !important;
    }
    .organic_page3_left{
        height:250px !important;
    }

    .organic_page3_box {
        width: 90vw !important;
      
        margin-bottom: 20px !important;
    }

    .organic_page3_box h2 {
        font-size: 2.2em !important;
    }

    .organic_page3_box p {
        font-size: 1em !important;
        padding: 7px 0px !important;
    }

    .organic_page3_box img {
        width: 80% !important;
        height: auto !important;
    }
}


/*  */
.organic_variants {
    background-color: #f9f9f9;
    padding: 40px 80px !important;
    color: #333;
    position: relative !important;
    /* top: -200px !important; */
}

.variants_heading, .how_it_works_heading {
    font-size: 2.5em !important;
    font-weight: 600 !important;
    color: #0066ff !important;
    margin-bottom: 20px !important;
    font-family: 'Roboto', sans-serif;
}

.variant_text {
    font-size: 1.2em !important;
    margin-left: 20px !important;
    padding: 5px 0px !important;
    font-family: 'Arial', sans-serif;
    color: #444 !important;
    line-height: 1.6 !important;
}

.how_it_works_text {
    font-size: 1.1em !important;
    line-height: 1.8;
    color: #444;
    font-family: 'Arial', sans-serif;
    margin-top: 20px !important;
    padding-bottom: 50px !important;
    text-align: justify !important;
}

@media only screen and (max-width: 600px) {
    .organic_variants {
        padding: 20px 20px !important;
    }

    .variants_heading, .how_it_works_heading {
        font-size: 2em !important;
        text-align: center;
    }

    .variant_text {
        font-size: 1em !important;
        margin-left: 10px !important;
        padding: 5px 0 !important;
    }

    .how_it_works_text {
        font-size: 1em !important;
        margin-top: 10px !important;
        text-align: justify;
    }
}


/* Linen */

.linen_feature {
    width: 100vw !important;
    height: 500px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    top: 100px !important;
    background-color: rgba(0, 0, 0, 0.03);
    margin: 0px 0px !important;
}
.linen_feature_margin{
    position: relative !important;
    top: 40px !important;
    background-color: #fff;
}

.left_container {
    width: 45vw !important;
    height: 350px !important;
    border-right: 1px solid #dadada;
}

.left_container h3 {
    padding: 20px 20px !important;
}

.left_container p {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
}

.right_container {
    width: 45vw !important;
    height: 350px !important;
}

.right_container h3 {
    padding: 20px 20px !important;
}

.right_container p {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-top: 10px !important;
}

@media only screen and (max-width: 600px) {
    .linen_chute_top{
        height:655px !important;
    }
    .linen_feature {
        width: 100vw !important;
        height: 850px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        top: 0px !important;
        background-color: rgba(0, 0, 0, 0.03);
        margin: 20px 0px !important;
    }

    .left_container {
        width: 95vw !important;
        height: 500px !important;
        border-bottom: 1px solid #dadada;
        border-right: none !important;
    }

    .right_container {
        width: 95vw !important;
        height: 250px !important;
        position: relative !important;
        top: 20px !important;
    }

    .linen_type {
        position: relative !important;
        /*top: 200px !important;*/
        margin-top: 0px !important;
        padding-top: 0px !important;
    }

    .linen_access {
        position: relative !important;
        /*top: 230px !important;*/
        margin-top: 0px !important;
        padding-top: 0px !important;
    }
}

.right_container img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 20px 20px !important;
}
.right_image_con{
    padding: 10px 100px !important;
}

.linenthree {
    width: 100vw !important;
    height: 500px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    top: 60px !important;
    background-color: rgba(0, 0, 0, 0.03);
    margin: 20px 0px !important;
}

.linenthree_box {
    width: 30vw !important;
    height: 350px !important;
    padding: 20px 20px !important;
}

.linenthree_box h1 {
    font-size: 25px !important;
    padding: 10px 10px !important;
}

.linenthree_box p {
    padding: 10px 10px !important;
    line-height: 30px !important;
}

@media only screen and (max-width: 600px) {

    .linenthree {
        width: 100vw !important;
        height: 1000px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        /*top: 250px !important;*/
        background-color: rgba(0, 0, 0, 0.03);
        margin: 20px 0px !important;
    }

    .linenthree_box {
        width: 90vw !important;
        height: 320px !important;
        padding: 20px 20px !important;
    }

    .right_container img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        padding: 0px 0px !important;
    }
    .right_image_con{
        padding: 0px 0px !important;
        width: 100% !important;
        object-fit: cover !important;
    }
}


.shredder_list{
    width: 100vw !important;
    height: 400px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.shredder_list_left{
    width: 45vw !important;
    height: 350px !important;
   padding: 40px 20px !important;
}
.shredder_list_right{
    width: 45vw !important;
    height: 350px !important;
}
.shredder_list_right img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

@media only screen and (max-width: 600px) {
    .shredder_top{
        position: relative !important;
        top: 0px !important;
    }
    .shredder_list{
        width: 100vw !important;
        height: 800px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
        top: 0px !important;
        background-color: #dadada;
    }
    .shredder_list_left{
        width: 95vw !important;
        height: 450px !important;
    
    }
    .shredder_list_right{
        width: 95vw !important;
        height: 350px !important;
    }
    .shredder_list_right img{
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
    }   

}

